Don't wait for a response back from the window manager if our size hasn't
authorOwen Taylor <otaylor@redhat.com>
Mon, 24 Sep 2001 20:41:05 +0000 (20:41 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 24 Sep 2001 20:41:05 +0000 (20:41 +0000)
commit7837ddcde434db3391766c6b7a61107306ed3cdf
treecbb9ca07f105a42e2d3ef948d2add918b1262a62
parent540f15dcce27b7089a0dbcb76c746bd9aeda6c6e
Don't wait for a response back from the window manager if our size hasn't

Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
response back from the window manager if our size hasn't changed
since we won't get a response back from the window manager;
there was code in there to do this, but it was in the wrong
place so if the hints change and the size didn't we'd expect
a response.

Also, optimize the position-only-changed case by running
the resize queue immediately, and clean up some comments
for the changes.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkwindow.c